Notice (8) : Undefined index: listdesc [APP/models/department.php , line 45 ]
Code |
Context $data = array(
array(
"Department" => array()
)
)
$key = 0
$department = array(
"Department" => array()
) foreach($data as $key => $department){
$department['Department']['listdesc'] = str_replace('_', '-',$department['Department']['listdesc']);
Department::afterFind() - APP/models/department.php, line 45
DboSource::__filterResults() - CORE/cake/libs/model/datasources/dbo_source.php, line 718
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 685
Model::find() - CORE/cake/libs/model/model.php, line 2040
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4365
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: is_exclusive [APP/controllers/allproperties_controller.php , line 4403 ]
Code |
Context $name = "Louisa _van tZand"
$id = "14797"
$pilarType = null
$duoIds = array(
12965,
13689,
13667,
14439,
14440,
15449,
15450
)
$aboutmyarea = "About my area"
$aboutme = "About me"
$user = array(
"User" => array(
"id" => "14797",
"role" => "User",
"name" => "Louisa van t'Zand",
"first_name" => "Louisa ",
"surname" => "van t'Zand",
"email" => "louisa.zand@leggett.fr",
"primary_email" => "louisa.zand@leggett.fr",
"created" => null,
"modified" => "2025-10-20 08:32:08",
"team_id" => null,
"statute" => "Independent Agent",
"persinfo" => null,
"persinfo_fr" => null,
"locinfo" => null,
"locinfo_fr" => null,
"location" => null,
"areas" => null,
"isdeleted" => null,
"active" => "1",
"statute_fr" => "Votre Agent Leggett",
"address1" => "Villossanges Moulin du Mouleix",
"commune" => "Villosanges",
"postcode" => "63380",
"initials" => null,
"depts" => null,
"cp" => "1",
"kbis" => "1",
"siret" => "902 180 082",
"trusted" => null,
"allowed_area" => "50",
"lat" => "45.913386",
"lon" => "2.645576",
"notgeo" => null,
"picture" => null,
"hestia_id" => "USR1A6AYR33M",
"phone_number" => "+33770227564",
"request_contact_details_fr" => "0",
"request_contact_details_en" => "0",
"region" => array()
),
"Department" => array()
)
$dataTown = array(
"postcode" => "63380"
)
$userTown = array(
"Codepostal" => array(
"id" => "COM-63115-0",
"name" => "Combrailles",
"postcode" => "63380",
"department_id" => "63"
)
)
$userDepartment = array(
"Department" => array(
"id" => "63",
"listdesc" => "Puy-de-Dôme",
"region_id" => "83",
"name" => "Puy-de-Dome"
)
)
$userRegion = array(
"Region" => array(
"id" => "83",
"name" => "Auvergne",
"content" => "Auvergne (Auvergne-Rhône-Alpes)",
"link" => "/auvergne-property"
)
)
$ids = array(
"14797",
13025,
12915
)
$conditions = array(
"Allproperty.user_id" => array(
"14797",
13025,
12915
)
)
$replacesurname = "van tZand"
$userPath = "Louisa _van tZand/14797"
$pageUrl = array(
"Louisa _van tZand/14797"
)
$selected = array(
"notSold" => false
)
if ($this->params['named']['is_exclusive'] == '1') {
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4403
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Warning (2) : array_key_exists() expects parameter 2 to be array, boolean given [APP/models/allproperty.php , line 788 ]
Code |
Context $queryData = array(
"conditions" => array(
"Allproperty.user_id" => array()
),
"fields" => "COUNT(*) AS `count`",
"joins" => array(),
"limit" => null,
"offset" => null,
"order" => array(
false
),
"page" => 1,
"group" => null,
"callbacks" => true
) array_key_exists - [internal], line ??
Allproperty::beforeFind() - APP/models/allproperty.php, line 788
Model::find() - CORE/cake/libs/model/model.php, line 2029
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined offset: 0 [APP/models/allproperty.php , line 794 ]
Code |
Context $queryData = array(
"conditions" => array(
"Allproperty.user_id" => array()
),
"fields" => "COUNT(*) AS `count`",
"joins" => array(),
"limit" => null,
"offset" => null,
"order" => array(
false
),
"page" => 1,
"group" => null,
"callbacks" => true
)
$conditions = array(
"Allproperty.user_id" => array(
"14797",
13025,
12915
)
) $conditions = $queryData['conditions'];
if($conditions[0]) {
Allproperty::beforeFind() - APP/models/allproperty.php, line 794
Model::find() - CORE/cake/libs/model/model.php, line 2029
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 351 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
) //Sanatize shit
foreach ($results as $cleanresult) {
if ($results[$j]['Allproperty']['properpubtown']) {
Allproperty::afterFind() - APP/models/allproperty.php, line 351
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 456 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
) }
if($results[$j]['Allproperty']['prevprice'] < $results[$j]['Allproperty']['price']){
Allproperty::afterFind() - APP/models/allproperty.php, line 456
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 462 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
)
//Fix postcode pour affichage des departement < 10, exemple nice 06300 et non 6300
if(strlen($results[$j]['Allproperty']['postcode']) === 4){
Allproperty::afterFind() - APP/models/allproperty.php, line 462
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 469 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
)
//vérification ecart entre les dates
$date1 = new DateTime($results[$j]['Allproperty']['date_made_live']);
Allproperty::afterFind() - APP/models/allproperty.php, line 469
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 470 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris" //vérification ecart entre les dates
$date1 = new DateTime($results[$j]['Allproperty']['date_made_live']);
$date2 = new DateTime($results[$j]['Allproperty']['created']);
Allproperty::afterFind() - APP/models/allproperty.php, line 470
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 474 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$date2 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$diff = DateInterval
DateInterval::$y = 0
DateInterval::$m = 0
DateInterval::$d = 0
DateInterval::$h = 0
DateInterval::$i = 0
DateInterval::$s = 0
DateInterval::$weekday = 0
DateInterval::$weekday_behavior = 0
DateInterval::$first_last_day_of = 0
DateInterval::$invert = 0
DateInterval::$days = 0
DateInterval::$special_type = 0
DateInterval::$special_amount = 0
DateInterval::$have_weekday_relative = 0
DateInterval::$have_special_relative = 0 $diff = $date1->diff($date2);
if($results[$j]['Allproperty']['date_made_live'] < $results[$j]['Allproperty']['created'] && $diff->days > 2){
Allproperty::afterFind() - APP/models/allproperty.php, line 474
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: Allproperty [APP/models/allproperty.php , line 479 ]
Code |
Context $results = array(
array(
array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$date2 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$diff = DateInterval
DateInterval::$y = 0
DateInterval::$m = 0
DateInterval::$d = 0
DateInterval::$h = 0
DateInterval::$i = 0
DateInterval::$s = 0
DateInterval::$weekday = 0
DateInterval::$weekday_behavior = 0
DateInterval::$first_last_day_of = 0
DateInterval::$invert = 0
DateInterval::$days = 0
DateInterval::$special_type = 0
DateInterval::$special_amount = 0
DateInterval::$have_weekday_relative = 0
DateInterval::$have_special_relative = 0
//champ date pour tri apres changement
$results[$j]['Allproperty']['sort_date'] = $results[$j]['Allproperty']['date_made_live'];
Allproperty::afterFind() - APP/models/allproperty.php, line 479
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: is_exclusive [APP/models/allproperty.php , line 483 ]
Code |
Context $results = array(
array(
array(),
"Allproperty" => array()
)
)
$j = 0
$cleanresult = array(
array(
"count" => "104"
)
)
$date1 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$date2 = DateTime
DateTime::$date = "2025-10-22 16:03:58.000000"
DateTime::$timezone_type = 3
DateTime::$timezone = "Europe/Paris"
$diff = DateInterval
DateInterval::$y = 0
DateInterval::$m = 0
DateInterval::$d = 0
DateInterval::$h = 0
DateInterval::$i = 0
DateInterval::$s = 0
DateInterval::$weekday = 0
DateInterval::$weekday_behavior = 0
DateInterval::$first_last_day_of = 0
DateInterval::$invert = 0
DateInterval::$days = 0
DateInterval::$special_type = 0
DateInterval::$special_amount = 0
DateInterval::$have_weekday_relative = 0
DateInterval::$have_special_relative = 0
$maxImage = "9" $maxImage = '9';
if($results[$j]['Allproperty']['is_exclusive'] == '1'){
Allproperty::afterFind() - APP/models/allproperty.php, line 483
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
Allproperty::paginateCount() - APP/models/allproperty.php, line 544
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1085
AllpropertiesController::agent() - APP/controllers/allproperties_controller.php, line 4426
Object::dispatchMethod() - CORE/cake/libs/object.php, line 119
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Louisa van t'Zand's selection of French property for sale
Sign-up to one of
our recruitment days -
MORE INFO
Notice (8) : Undefined index: sort [APP/views/allproperties/agent.ctp , line 4 ]
Code |
Context $___viewFn = "/app/src/views/allproperties/agent.ctp"
$___dataForView = array(
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"pageUrl" => array(
"Louisa _van tZand/14797"
),
"user" => array(
"User" => array(),
"Department" => array()
),
"aboutme" => "About me",
"aboutmyarea" => "About my area",
"selected" => array(
"notSold" => false
),
"countExclusif" => 20,
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
)
$loadHelpers = true
$cached = false
$loadedHelpers = array(
"Cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"Html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"Form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"Text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"Number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"Javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"Tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"Custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"Time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"FormVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"Ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"Icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"Drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"Session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"Paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$helper = "Paginator"
$camelBackedHelper = "paginator"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$pageUrl = array(
"Louisa _van tZand/14797"
)
$user = array(
"User" => array(
"id" => "14797",
"role" => "User",
"name" => "Louisa van t'Zand",
"first_name" => "Louisa ",
"surname" => "van t'Zand",
"email" => "louisa.zand@leggett.fr",
"primary_email" => "louisa.zand@leggett.fr",
"created" => null,
"modified" => "2025-10-20 08:32:08",
"team_id" => null,
"statute" => "Independent Agent",
"persinfo" => null,
"persinfo_fr" => null,
"locinfo" => null,
"locinfo_fr" => null,
"location" => null,
"areas" => null,
"isdeleted" => null,
"active" => "1",
"statute_fr" => "Votre Agent Leggett",
"address1" => "Villossanges Moulin du Mouleix",
"commune" => "Villosanges",
"postcode" => "63380",
"initials" => null,
"depts" => null,
"cp" => "1",
"kbis" => "1",
"siret" => "902 180 082",
"trusted" => null,
"allowed_area" => "50",
"lat" => "45.913386",
"lon" => "2.645576",
"notgeo" => null,
"picture" => null,
"hestia_id" => "USR1A6AYR33M",
"phone_number" => "+33770227564",
"request_contact_details_fr" => "0",
"request_contact_details_en" => "0",
"region" => array()
),
"Department" => array()
)
$aboutme = "About me"
$aboutmyarea = "About my area"
$selected = array(
"notSold" => false
)
$countExclusif = 20
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$order = array(
"Allproperty.price" => "DESC",
"Allproperty.id" => "DESC"
) $order = $this->params['paging']['Allproperty']['defaults']['order'];
$sort = $this->params['named']['sort'].' '.$this->params['named']['direction'];
include - APP/views/allproperties/agent.ctp, line 4
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Notice (8) : Undefined index: direction [APP/views/allproperties/agent.ctp , line 4 ]
Code |
Context $___viewFn = "/app/src/views/allproperties/agent.ctp"
$___dataForView = array(
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"pageUrl" => array(
"Louisa _van tZand/14797"
),
"user" => array(
"User" => array(),
"Department" => array()
),
"aboutme" => "About me",
"aboutmyarea" => "About my area",
"selected" => array(
"notSold" => false
),
"countExclusif" => 20,
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
)
$loadHelpers = true
$cached = false
$loadedHelpers = array(
"Cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"Html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"Form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"Text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"Number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"Javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"Tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"Custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"Time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"FormVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"Ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"Icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"Drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"Session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"Paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$helper = "Paginator"
$camelBackedHelper = "paginator"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$pageUrl = array(
"Louisa _van tZand/14797"
)
$user = array(
"User" => array(
"id" => "14797",
"role" => "User",
"name" => "Louisa van t'Zand",
"first_name" => "Louisa ",
"surname" => "van t'Zand",
"email" => "louisa.zand@leggett.fr",
"primary_email" => "louisa.zand@leggett.fr",
"created" => null,
"modified" => "2025-10-20 08:32:08",
"team_id" => null,
"statute" => "Independent Agent",
"persinfo" => null,
"persinfo_fr" => null,
"locinfo" => null,
"locinfo_fr" => null,
"location" => null,
"areas" => null,
"isdeleted" => null,
"active" => "1",
"statute_fr" => "Votre Agent Leggett",
"address1" => "Villossanges Moulin du Mouleix",
"commune" => "Villosanges",
"postcode" => "63380",
"initials" => null,
"depts" => null,
"cp" => "1",
"kbis" => "1",
"siret" => "902 180 082",
"trusted" => null,
"allowed_area" => "50",
"lat" => "45.913386",
"lon" => "2.645576",
"notgeo" => null,
"picture" => null,
"hestia_id" => "USR1A6AYR33M",
"phone_number" => "+33770227564",
"request_contact_details_fr" => "0",
"request_contact_details_en" => "0",
"region" => array()
),
"Department" => array()
)
$aboutme = "About me"
$aboutmyarea = "About my area"
$selected = array(
"notSold" => false
)
$countExclusif = 20
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$order = array(
"Allproperty.price" => "DESC",
"Allproperty.id" => "DESC"
) $order = $this->params['paging']['Allproperty']['defaults']['order'];
$sort = $this->params['named']['sort'].' '.$this->params['named']['direction'];
include - APP/views/allproperties/agent.ctp, line 4
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Selection of French properties for sale by Louisa van t'Zand
Selection of French properties for sale
by Louisa van t'Zand
Independent Sales Agent
SIREN: 902 180 082
Warning (2) : array_key_exists() expects parameter 2 to be array, string given [APP/models/allproperty.php , line 788 ]
Code |
Context $queryData = array(
"conditions" => array(
"user_id" => "14797"
),
"fields" => array(
"properpubtown",
"postcode",
"count(*) as count"
),
"joins" => array(),
"limit" => null,
"offset" => null,
"order" => array(
"properpubtown, postcode"
),
"page" => 1,
"group" => "properpubtown",
"callbacks" => true,
"sort" => "date_made_live DESC"
) array_key_exists - [internal], line ??
Allproperty::beforeFind() - APP/models/allproperty.php, line 788
Model::find() - CORE/cake/libs/model/model.php, line 2029
AllpropertiesController::getTownListAgent() - APP/controllers/allproperties_controller.php, line 3207
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
Object::requestAction() - CORE/cake/libs/object.php, line 100
include - APP/views/elements/get_town_list_agent.ctp, line 1
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 197
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Warning (512) : SQL Error: 1055: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'frenchestateagents.Allproperty.postcode' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [CORE/cake/libs/model/datasources/dbo_source.php , line 526 ]
Code |
Context $sql = "SELECT `Allproperty`.`properpubtown`, `Allproperty`.`postcode`, count(*) as count FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE `user_id` = 14797 AND `Allproperty`.`isinvisible` != 1 GROUP BY properpubtown ORDER BY `properpubtown` ASC, `postcode` ASC "
$error = "1055: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'frenchestateagents.Allproperty.postcode' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by"
$out = null $out = null;
if ($error) {
trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 526
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 202
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 654
Model::find() - CORE/cake/libs/model/model.php, line 2040
AllpropertiesController::getTownListAgent() - APP/controllers/allproperties_controller.php, line 3207
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
Object::requestAction() - CORE/cake/libs/object.php, line 100
include - APP/views/elements/get_town_list_agent.ctp, line 1
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 197
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815 Query: SELECT `Allproperty`.`properpubtown`, `Allproperty`.`postcode`, count(*) as count FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE `user_id` = 14797 AND `Allproperty`.`isinvisible` != 1 GROUP BY properpubtown ORDER BY `properpubtown` ASC, `postcode` ASC
Warning (2) : Invalid argument supplied for foreach() [APP/models/allproperty.php , line 350 ]
Code |
Context $results = false
$j = 0 $j = 0;
//Sanatize shit
foreach ($results as $cleanresult) {
Allproperty::afterFind() - APP/models/allproperty.php, line 350
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
AllpropertiesController::getTownListAgent() - APP/controllers/allproperties_controller.php, line 3207
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
Object::requestAction() - CORE/cake/libs/object.php, line 100
include - APP/views/elements/get_town_list_agent.ctp, line 1
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 197
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
Warning (2) : Invalid argument supplied for foreach() [APP/models/allproperty.php , line 513 ]
Code |
Context $results = false
$j = 0
$i = 0
$serializers = array(
"Proptype",
"Location",
"Attribute",
"Condition"
) $i = 0;
$serializers = array('Proptype', 'Location', 'Attribute', 'Condition');
foreach ($results as $result) {
Allproperty::afterFind() - APP/models/allproperty.php, line 513
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2286
Model::find() - CORE/cake/libs/model/model.php, line 2045
AllpropertiesController::getTownListAgent() - APP/controllers/allproperties_controller.php, line 3207
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
Object::requestAction() - CORE/cake/libs/object.php, line 100
include - APP/views/elements/get_town_list_agent.ctp, line 1
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 197
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88
page 1 / 3 - sort by :
newest to oldest
Warning (2) : Illegal string offset 'Allproperty.date_made_live' [APP/views/elements/new/sort.ctp , line 7 ]
Code |
Context $___viewFn = "/app/src/views/elements/new/sort.ctp"
$___dataForView = array(
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"pageUrl" => array(
"Louisa _van tZand/14797"
),
"user" => array(
"User" => array(),
"Department" => array()
),
"aboutme" => "About me",
"aboutmyarea" => "About my area",
"selected" => array(
"notSold" => false
),
"countExclusif" => 20,
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object,
"sort" => "Allproperty.price DESC",
"cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"formVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$pageUrl = array(
"Louisa _van tZand/14797"
)
$user = array(
"User" => array(
"id" => "14797",
"role" => "User",
"name" => "Louisa van t'Zand",
"first_name" => "Louisa ",
"surname" => "van t'Zand",
"email" => "louisa.zand@leggett.fr",
"primary_email" => "louisa.zand@leggett.fr",
"created" => null,
"modified" => "2025-10-20 08:32:08",
"team_id" => null,
"statute" => "Independent Agent",
"persinfo" => null,
"persinfo_fr" => null,
"locinfo" => null,
"locinfo_fr" => null,
"location" => null,
"areas" => null,
"isdeleted" => null,
"active" => "1",
"statute_fr" => "Votre Agent Leggett",
"address1" => "Villossanges Moulin du Mouleix",
"commune" => "Villosanges",
"postcode" => "63380",
"initials" => null,
"depts" => null,
"cp" => "1",
"kbis" => "1",
"siret" => "902 180 082",
"trusted" => null,
"allowed_area" => "50",
"lat" => "45.913386",
"lon" => "2.645576",
"notgeo" => null,
"picture" => null,
"hestia_id" => "USR1A6AYR33M",
"phone_number" => "+33770227564",
"request_contact_details_fr" => "0",
"request_contact_details_en" => "0",
"region" => array()
),
"Department" => array()
)
$aboutme = "About me"
$aboutmyarea = "About my area"
$selected = array(
"notSold" => false
)
$countExclusif = 20
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$sort = "Allproperty.price DESC"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object </option>
<option value="a"
<?php if ( ( strpos ( $_SERVER [ 'REQUEST_URI' ], 'date_made_live' ) !== false && strpos ( $_SERVER [ 'REQUEST_URI' ], 'direction:asc' ) !== false ) || ( $sort [ 'Allproperty.date_made_live' ] == 'asc' || $sort == 'Allproperty.date_made_live ASC' || $sort == 'Allproperty.date_made_live asc' ) ): ?> selected="selected"<?php endif; ?> >
include - APP/views/elements/new/sort.ctp, line 7
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/elements/new/results-top-bar.ctp, line 35
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88 >
oldest to newest
Warning (2) : Illegal string offset 'Allproperty.price' [APP/views/elements/new/sort.ctp , line 11 ]
Code |
Context $___viewFn = "/app/src/views/elements/new/sort.ctp"
$___dataForView = array(
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"pageUrl" => array(
"Louisa _van tZand/14797"
),
"user" => array(
"User" => array(),
"Department" => array()
),
"aboutme" => "About me",
"aboutmyarea" => "About my area",
"selected" => array(
"notSold" => false
),
"countExclusif" => 20,
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object,
"sort" => "Allproperty.price DESC",
"cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"formVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$pageUrl = array(
"Louisa _van tZand/14797"
)
$user = array(
"User" => array(
"id" => "14797",
"role" => "User",
"name" => "Louisa van t'Zand",
"first_name" => "Louisa ",
"surname" => "van t'Zand",
"email" => "louisa.zand@leggett.fr",
"primary_email" => "louisa.zand@leggett.fr",
"created" => null,
"modified" => "2025-10-20 08:32:08",
"team_id" => null,
"statute" => "Independent Agent",
"persinfo" => null,
"persinfo_fr" => null,
"locinfo" => null,
"locinfo_fr" => null,
"location" => null,
"areas" => null,
"isdeleted" => null,
"active" => "1",
"statute_fr" => "Votre Agent Leggett",
"address1" => "Villossanges Moulin du Mouleix",
"commune" => "Villosanges",
"postcode" => "63380",
"initials" => null,
"depts" => null,
"cp" => "1",
"kbis" => "1",
"siret" => "902 180 082",
"trusted" => null,
"allowed_area" => "50",
"lat" => "45.913386",
"lon" => "2.645576",
"notgeo" => null,
"picture" => null,
"hestia_id" => "USR1A6AYR33M",
"phone_number" => "+33770227564",
"request_contact_details_fr" => "0",
"request_contact_details_en" => "0",
"region" => array()
),
"Department" => array()
)
$aboutme = "About me"
$aboutmyarea = "About my area"
$selected = array(
"notSold" => false
)
$countExclusif = 20
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$sort = "Allproperty.price DESC"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object </option>
<option value="b"
<?php if ( ( strpos ( $_SERVER [ 'REQUEST_URI' ], 'price' ) !== false && strpos ( $_SERVER [ 'REQUEST_URI' ], 'direction:asc' ) !== false ) || ( $sort [ 'Allproperty.price' ] == 'asc' || $sort == 'Allproperty.price ASC' || $sort == 'Allproperty.price asc' ) ): ?> selected="selected"<?php endif; ?> >
include - APP/views/elements/new/sort.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/elements/new/results-top-bar.ctp, line 35
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88 >
price : low to high
Warning (2) : Illegal string offset 'Allproperty.price' [APP/views/elements/new/sort.ctp , line 15 ]
Code |
Context $___viewFn = "/app/src/views/elements/new/sort.ctp"
$___dataForView = array(
"properties" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"pageUrl" => array(
"Louisa _van tZand/14797"
),
"user" => array(
"User" => array(),
"Department" => array()
),
"aboutme" => "About me",
"aboutmyarea" => "About my area",
"selected" => array(
"notSold" => false
),
"countExclusif" => 20,
"cakeDebug" => AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object,
"sort" => "Allproperty.price DESC",
"cache" => CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
"text" => TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL,
"number" => NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL,
"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
"tagcloud" => TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL,
"custom" => CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL,
"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
"formVariablesPaginator" => FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object,
"ajax" => AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object,
"icon" => IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL,
"drill" => DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL,
"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL,
"paginator" => PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object
)
$loadHelpers = false
$cached = false
$loadedHelpers = array()
$properties = array(
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
),
array(
"Allproperty" => array(),
"Department" => array(),
"Region" => array(),
"Attribute" => array()
)
)
$pageUrl = array(
"Louisa _van tZand/14797"
)
$user = array(
"User" => array(
"id" => "14797",
"role" => "User",
"name" => "Louisa van t'Zand",
"first_name" => "Louisa ",
"surname" => "van t'Zand",
"email" => "louisa.zand@leggett.fr",
"primary_email" => "louisa.zand@leggett.fr",
"created" => null,
"modified" => "2025-10-20 08:32:08",
"team_id" => null,
"statute" => "Independent Agent",
"persinfo" => null,
"persinfo_fr" => null,
"locinfo" => null,
"locinfo_fr" => null,
"location" => null,
"areas" => null,
"isdeleted" => null,
"active" => "1",
"statute_fr" => "Votre Agent Leggett",
"address1" => "Villossanges Moulin du Mouleix",
"commune" => "Villosanges",
"postcode" => "63380",
"initials" => null,
"depts" => null,
"cp" => "1",
"kbis" => "1",
"siret" => "902 180 082",
"trusted" => null,
"allowed_area" => "50",
"lat" => "45.913386",
"lon" => "2.645576",
"notgeo" => null,
"picture" => null,
"hestia_id" => "USR1A6AYR33M",
"phone_number" => "+33770227564",
"request_contact_details_fr" => "0",
"request_contact_details_en" => "0",
"region" => array()
),
"Department" => array()
)
$aboutme = "About me"
$aboutmyarea = "About my area"
$selected = array(
"notSold" => false
)
$countExclusif = 20
$cakeDebug = AllpropertiesController
AllpropertiesController::$name = "Allproperties"
AllpropertiesController::$helpers = array
AllpropertiesController::$components = array
AllpropertiesController::$uses = array
AllpropertiesController::$shortfields = array
AllpropertiesController::$shortfieldView = array
AllpropertiesController::$shortfieldList = array
AllpropertiesController::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AllpropertiesController::$webroot = "/"
AllpropertiesController::$action = "agent"
AllpropertiesController::$params = array
AllpropertiesController::$data = NULL
AllpropertiesController::$paginate = array
AllpropertiesController::$viewPath = "allproperties"
AllpropertiesController::$layoutPath = NULL
AllpropertiesController::$viewVars = array
AllpropertiesController::$pageTitle = "Louisa van t'Zand's selection of French property for sale"
AllpropertiesController::$modelNames = array
AllpropertiesController::$base = ""
AllpropertiesController::$layout = "list"
AllpropertiesController::$autoRender = false
AllpropertiesController::$autoLayout = true
AllpropertiesController::$Component = Component object
AllpropertiesController::$view = "View"
AllpropertiesController::$ext = ".ctp"
AllpropertiesController::$output = NULL
AllpropertiesController::$plugin = NULL
AllpropertiesController::$cacheAction = false
AllpropertiesController::$persistModel = false
AllpropertiesController::$passedArgs = array
AllpropertiesController::$scaffold = false
AllpropertiesController::$methods = array
AllpropertiesController::$modelClass = "Allproperty"
AllpropertiesController::$modelKey = "allproperty"
AllpropertiesController::$validationErrors = NULL
AllpropertiesController::$_log = NULL
AllpropertiesController::$Session = SessionComponent object
AllpropertiesController::$Cookie = CookieComponent object
AllpropertiesController::$RequestHandler = RequestHandlerComponent object
AllpropertiesController::$Currency = CurrencyComponent object
AllpropertiesController::$PaginateFormVariables = PaginateFormVariablesComponent object
AllpropertiesController::$UrlShortener = UrlShortenerComponent object
AllpropertiesController::$Prg = PrgComponent object
AllpropertiesController::$Allproperty = Allproperty object
AllpropertiesController::$Region = Region object
AllpropertiesController::$Department = Department object
AllpropertiesController::$User = User object
AllpropertiesController::$Group = Group object
AllpropertiesController::$Codepostal = Codepostal object
AllpropertiesController::$Proptype = Proptype object
AllpropertiesController::$Primarypropertytype = Primarypropertytype object
AllpropertiesController::$Soldproperty = Soldproperty object
AllpropertiesController::$Soldallproperty = Soldallproperty object
AllpropertiesController::$Testimonial = Testimonial object
AllpropertiesController::$Powcategory = Powcategory object
$sort = "Allproperty.price DESC"
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$themeWeb = NULL
CacheHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CacheHelper::$params = array
CacheHelper::$action = "agent"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
CacheHelper::$_log = NULL
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
HtmlHelper::$params = array
HtmlHelper::$action = "agent"
HtmlHelper::$data = NULL
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormHelper::$params = array
FormHelper::$action = "agent"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$text = TextHelper
TextHelper::$helpers = NULL
TextHelper::$base = ""
TextHelper::$webroot = "/"
TextHelper::$themeWeb = NULL
TextHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TextHelper::$params = array
TextHelper::$action = "agent"
TextHelper::$plugin = NULL
TextHelper::$data = NULL
TextHelper::$namedArgs = NULL
TextHelper::$argSeparator = NULL
TextHelper::$validationErrors = NULL
TextHelper::$tags = array
TextHelper::$__tainted = NULL
TextHelper::$__cleaned = NULL
TextHelper::$_log = NULL
$number = NumberHelper
NumberHelper::$helpers = NULL
NumberHelper::$base = ""
NumberHelper::$webroot = "/"
NumberHelper::$themeWeb = NULL
NumberHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
NumberHelper::$params = array
NumberHelper::$action = "agent"
NumberHelper::$plugin = NULL
NumberHelper::$data = NULL
NumberHelper::$namedArgs = NULL
NumberHelper::$argSeparator = NULL
NumberHelper::$validationErrors = NULL
NumberHelper::$tags = array
NumberHelper::$__tainted = NULL
NumberHelper::$__cleaned = NULL
NumberHelper::$_log = NULL
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
JavascriptHelper::$params = array
JavascriptHelper::$action = "agent"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$tagcloud = TagcloudHelper
TagcloudHelper::$helpers = NULL
TagcloudHelper::$base = ""
TagcloudHelper::$webroot = "/"
TagcloudHelper::$themeWeb = NULL
TagcloudHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TagcloudHelper::$params = array
TagcloudHelper::$action = "agent"
TagcloudHelper::$plugin = NULL
TagcloudHelper::$data = NULL
TagcloudHelper::$namedArgs = NULL
TagcloudHelper::$argSeparator = NULL
TagcloudHelper::$validationErrors = NULL
TagcloudHelper::$tags = array
TagcloudHelper::$__tainted = NULL
TagcloudHelper::$__cleaned = NULL
TagcloudHelper::$_log = NULL
$custom = CustomHelper
CustomHelper::$tags = array
CustomHelper::$base = ""
CustomHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
CustomHelper::$params = array
CustomHelper::$action = "agent"
CustomHelper::$data = NULL
CustomHelper::$_crumbs = array
CustomHelper::$__docTypes = array
CustomHelper::$helpers = NULL
CustomHelper::$webroot = "/"
CustomHelper::$themeWeb = NULL
CustomHelper::$plugin = NULL
CustomHelper::$namedArgs = NULL
CustomHelper::$argSeparator = NULL
CustomHelper::$validationErrors = NULL
CustomHelper::$__tainted = NULL
CustomHelper::$__cleaned = NULL
CustomHelper::$_log = NULL
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
TimeHelper::$params = array
TimeHelper::$action = "agent"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$formVariablesPaginator = FormVariablesPaginatorHelper
FormVariablesPaginatorHelper::$helpers = array
FormVariablesPaginatorHelper::$__defaultModel = NULL
FormVariablesPaginatorHelper::$options = array
FormVariablesPaginatorHelper::$base = ""
FormVariablesPaginatorHelper::$webroot = "/"
FormVariablesPaginatorHelper::$themeWeb = NULL
FormVariablesPaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
FormVariablesPaginatorHelper::$params = array
FormVariablesPaginatorHelper::$action = "agent"
FormVariablesPaginatorHelper::$plugin = NULL
FormVariablesPaginatorHelper::$data = NULL
FormVariablesPaginatorHelper::$namedArgs = NULL
FormVariablesPaginatorHelper::$argSeparator = NULL
FormVariablesPaginatorHelper::$validationErrors = NULL
FormVariablesPaginatorHelper::$tags = array
FormVariablesPaginatorHelper::$__tainted = NULL
FormVariablesPaginatorHelper::$__cleaned = NULL
FormVariablesPaginatorHelper::$_log = NULL
FormVariablesPaginatorHelper::$Html = HtmlHelper object
FormVariablesPaginatorHelper::$Ajax = AjaxHelper object
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$themeWeb = NULL
AjaxHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
AjaxHelper::$params = array
AjaxHelper::$action = "agent"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$_log = NULL
AjaxHelper::$Form = FormHelper object
$icon = IconHelper
IconHelper::$tags = array
IconHelper::$base = ""
IconHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
IconHelper::$params = array
IconHelper::$action = "agent"
IconHelper::$data = NULL
IconHelper::$_crumbs = array
IconHelper::$__docTypes = array
IconHelper::$helpers = NULL
IconHelper::$webroot = "/"
IconHelper::$themeWeb = NULL
IconHelper::$plugin = NULL
IconHelper::$namedArgs = NULL
IconHelper::$argSeparator = NULL
IconHelper::$validationErrors = NULL
IconHelper::$__tainted = NULL
IconHelper::$__cleaned = NULL
IconHelper::$_log = NULL
$drill = DrillHelper
DrillHelper::$tags = array
DrillHelper::$base = ""
DrillHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
DrillHelper::$params = array
DrillHelper::$action = "agent"
DrillHelper::$data = NULL
DrillHelper::$_crumbs = array
DrillHelper::$__docTypes = array
DrillHelper::$helpers = NULL
DrillHelper::$webroot = "/"
DrillHelper::$themeWeb = NULL
DrillHelper::$plugin = NULL
DrillHelper::$namedArgs = NULL
DrillHelper::$argSeparator = NULL
DrillHelper::$validationErrors = NULL
DrillHelper::$__tainted = NULL
DrillHelper::$__cleaned = NULL
DrillHelper::$_log = NULL
$session = SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "a7d63c274f73bb410efb05168d3d225f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1761141838
SessionHelper::$sessionTime = 1761153838
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_started = false
SessionHelper::$host = NULL
SessionHelper::$_log = NULL
SessionHelper::$cookieLifeTime = 604800
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
SessionHelper::$params = array
SessionHelper::$action = "agent"
SessionHelper::$data = NULL
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = "Allproperty"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$themeWeb = NULL
PaginatorHelper::$here = "/french-property-for-sale/agent/Louisa _van tZand/14797/page:1"
PaginatorHelper::$params = array
PaginatorHelper::$action = "agent"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$_log = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Ajax = AjaxHelper object </option>
<option value="c"
<?php if ( ( strpos ( $_SERVER [ 'REQUEST_URI' ], 'price' ) !== false && strpos ( $_SERVER [ 'REQUEST_URI' ], 'direction:desc' ) !== false ) || ( $sort [ 'Allproperty.price' ] == 'desc' || $sort == 'Allproperty.price DESC' || $sort == 'Allproperty.price desc' )): ?> selected="selected"<?php endif; ?> >
include - APP/views/elements/new/sort.ctp, line 15
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/elements/new/results-top-bar.ctp, line 35
View::_render() - CORE/cake/libs/view/view.php, line 665
View::element() - CORE/cake/libs/view/view.php, line 342
include - APP/views/allproperties/agent.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 665
View::render() - CORE/cake/libs/view/view.php, line 375
Controller::render() - CORE/cake/libs/controller/controller.php, line 815
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 229
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 88 selected="selected">
price : high to low
House in Allier
9 bed
| 6 bath
| Floor 490m²
| Ext 39,280 m²
€1,100,000
Elegant 18th-Century Manoir with Stunning Central Courtyard, Guest Wing, and Outbuildings on 3,9 Hectares
This magnificent 1750's manoir, reimagined in 1884 and exquisitely restored since 1999, blends historic grandeur with modern comfort in an idyllic rural setting. Offering approx. 500 m² of refined living space, it features elegant reception rooms, a . . .
House in Allier
6 bed
| 5 bath
| Floor 366m²
| Ext 4,235 m²
€874,500
Charming Renovated Barn with 4 Bedrooms, Gîte, Pool and Workshop in the Heart of the Allier.
This beautifully renovated barn blends quality, creativity, and style, located in the serene rolling hills of Allier. The property offers a multifunctional living space, currently operating as a B&B, gîte and yoga workshop, with great potential for . . .
House in Allier
9 bed
| 8 bath
| Floor 550m²
| Ext 83,964 m²
€799,995
Magnificent renovated mansion, numerous bedrooms, private bathrooms, outbuildings, pool and 8.3 hectares.
This magnificent mansion, dating back to the 17th century, has been beautifully renovated while retaining its original features. Set on 8.3 hectares of land, it boasts two large barns, a converted dovecote, and a heated indoor pool. Ideal for a bed and . . .
House in Nièvre
12 bed
| 9 bath
| Floor 412m²
| Ext 30,715 m²
€360,000 €400,000
Property with numerous buildings, ideal tourism activity, on a plot of 3 hectares.
This property boasts a variety of buildings and holds immense potential as an Ecocentre, camping ground, or gîtes. Among its features are private accommodations, a bioclimatic straw-bale building with a wooden frame, sanitary facilities, wooden chalets, . . .
House in Allier
6 bed
| 3 bath
| Floor 180m²
| Ext 117,560 m²
€357,000
5-bedroomed farmhouse, with annex, outbuildings, poulaillers, terrain BIO. 11.756 hectares.
This property presents a splendid 5-bedroom farmhouse complemented by a 1-bedroom annexe, expansive living spaces, and an adjoining barn. Additionally, it features a large garage and workshop with a cellar beneath, along with a quaint yet renovatable . . .
House in Puy-de-Dôme
3 bed
| 3 bath
| Floor 180m²
| Ext 2,932 m²
€299,600 €315,000
Beautiful house, in small hamlet, 3 bed, 3 bath, Lovely nice garden, at Edge of forest. 3km from Pionsat.
This lovely house is located in a quiet hamlet. The living area has a large kitchen with a beautiful fireplace and wood stove and wonderful volvic stone floor. Next to it is a room, now used as an office - reading room. You then walk through to a large, . . .
House in Allier
5 bed
| 2 bath
| Floor 232m²
| Ext 2,767 m²
€299,250 €323,300
Architect-Designed 5-Bedroom House with Pool and Spacious Grounds near Montluçon
Situated in a peaceful residential area of Désertines, just 800 metres from shops and services, this architect-designed home offers 232 m² of living space, including 5 bedrooms, 2 shower rooms, a spacious living room, two verandas, and a fitted kitchen. . . .
House in Allier
4 bed
| 1 bath
| Floor 170m²
| Ext 28,125 m²
€275,600
4-bedroomed stone farmhouse, outbuildings, and 2.8 hectares of land.
In a quiet location, this stone farmhouse offers a vast 60 m² living room, an open kitchen with access to the terrace, a toilet, a shower room, a bedroom, an office, a laundry room, and a boiler room. Upstairs, three bedrooms, dressing room, study and . . .
House in Allier
9 bed
| 6 bath
| Floor 280m²
| Ext 3,686 m²
€249,995 €270,300
6 bedroomed farmhouse with separate 3 bedroomed house and barn. Calm countryside location.
Set amid the idyllic landscapes of the Allier, this 400-year-old farmhouse offers approximately 200m² of living space. The ground floor boasts a rustic kitchen, dining room, library, cozy lounge, two bedrooms, a utility room, shower room, and toilet. . . .
House in Allier
3 bed
| 1 bath
| Floor 140m²
| Ext 1,899 m²
€197,000 €206,874
Renovated house in the heart of France. 3 bedrooms, pergola, outbuildings, countryside views.
A beautifully renovated stone house on a 1899m² plot, situated in a charming village surrounded by stunning nature in the heart of France. This home features a spacious living area, 3 bedrooms, and an electric bioclimatic pergola. Additionally, there is . . .
Approximate location
(default) 11 queries took 451 ms
Nr Query Error Affected Num. rows Took (ms)
1 SELECT `User`.`id`, `User`.`role`, `User`.`name`, `User`.`first_name`, `User`.`surname`, `User`.`email`, `User`.`primary_email`, `User`.`created`, `User`.`modified`, `User`.`team_id`, `User`.`statute`, `User`.`persinfo`, `User`.`persinfo_fr`, `User`.`locinfo`, `User`.`locinfo_fr`, `User`.`location`, `User`.`areas`, `User`.`isdeleted`, `User`.`active`, `User`.`statute_fr`, `User`.`address1`, `User`.`commune`, `User`.`postcode`, `User`.`initials`, `User`.`depts`, `User`.`cp`, `User`.`kbis`, `User`.`siret`, `User`.`trusted`, `User`.`allowed_area`, `User`.`lat`, `User`.`lon`, `User`.`notgeo`, `User`.`picture`, `User`.`hestia_id`, `User`.`phone_number`, `User`.`request_contact_details_fr`, `User`.`request_contact_details_en` FROM `users` AS `User` WHERE `User`.`id` = 14797 LIMIT 1 1 1 8
2 SELECT `Department`.`id`, `Department`.`listcode`, `Department`.`listdesc`, `Department`.`region_id`, `Department`.`dbfield`, `Department`.`text`, `DepartmentsUser`.`id`, `DepartmentsUser`.`user_id`, `DepartmentsUser`.`department_id` FROM `departments` AS `Department` JOIN `departments_users` AS `DepartmentsUser` ON (`DepartmentsUser`.`user_id` = 14797 AND `DepartmentsUser`.`department_id` = `Department`.`id`) 0 0 5
3 SELECT `Codepostal`.`id`, `Codepostal`.`name`, `Codepostal`.`postcode`, `Codepostal`.`department_id` FROM `codepostals` AS `Codepostal` WHERE `Codepostal`.`postcode` = 63380 LIMIT 1 1 1 26
4 SELECT `Department`.`id`, `Department`.`listdesc`, `Department`.`region_id` FROM `departments` AS `Department` WHERE `Department`.`id` = '63' LIMIT 1 1 1 12
5 SELECT `Region`.`id`, `Region`.`name` FROM `regions` AS `Region` WHERE `Region`.`id` = '83' LIMIT 1 1 1 9
6 SELECT COUNT(*) AS `count` FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE `Allproperty`.`user_id` IN (14797, 13025, 12915) AND `Allproperty`.`isinvisible` != 1 1 1 62
7 SELECT `Allproperty`.`id`, `Allproperty`.`propref`, `Allproperty`.`primarypropertytype_name`, `Allproperty`.`pubtown`, `Allproperty`.`properpubtown`, `Department`.`listdesc`, `Region`.`name`, `Allproperty`.`image_0`, `Allproperty`.`status`, `Allproperty`.`isunderoffer`, `Allproperty`.`is_exclusive`, `Allproperty`.`date_made_live`, `Allproperty`.`nrbedrooms`, `Allproperty`.`nrbathrooms`, `Allproperty`.`habitable_m2`, `Allproperty`.`land_m2`, `Allproperty`.`issold`, `Allproperty`.`poa`, `Allproperty`.`bestdeals`, `Allproperty`.`price`, `Allproperty`.`prevprice`, `Allproperty`.`propname`, `Allproperty`.`shortdesc`, `Allproperty`.`floorplan`, `Allproperty`.`tour`, `Allproperty`.`youtube_url`, `Allproperty`.`rhinov_url`, `Allproperty`.`region_id`, `Allproperty`.`lat`, `Allproperty`.`lon`, `Allproperty`.`postcode`, `Allproperty`.`attributes`, `Allproperty`.`mandatetype_id`, `Allproperty`.`department_name`, `Allproperty`.`department_id`, `Allproperty`.`created` FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE `Allproperty`.`user_id` IN (14797, 13025, 12915) AND `Allproperty`.`isinvisible` != 1 ORDER BY `Allproperty`.`price` DESC, `Allproperty`.`id` DESC LIMIT 48 48 48 242
8 SELECT COUNT(*) AS `count` FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE ((`Allproperty`.`user_id` IN (14797, 13025, 12915)) AND (`Allproperty`.`is_exclusive` = 1)) AND `Allproperty`.`is_exclusive` = 1 AND `Allproperty`.`isinvisible` != 1 1 1 81
9 SELECT `Allproperty`.`properpubtown`, `Allproperty`.`postcode`, count(*) as count FROM `allproperties` AS `Allproperty` LEFT JOIN `users` AS `User` ON (`Allproperty`.`user_id` = `User`.`id`) LEFT JOIN `regions` AS `Region` ON (`Allproperty`.`region_id` = `Region`.`id`) LEFT JOIN `departments` AS `Department` ON (`Allproperty`.`department_id` = `Department`.`id`) LEFT JOIN `primarypropertytypes` AS `Primarypropertytype` ON (`Allproperty`.`primarypropertytype_id` = `Primarypropertytype`.`id`) WHERE `user_id` = 14797 AND `Allproperty`.`isinvisible` != 1 GROUP BY properpubtown ORDER BY `properpubtown` ASC, `postcode` ASC 1055: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'frenchestateagents.Allproperty.postcode' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 2
10 SELECT `Primarypropertytype`.`id`, `Primarypropertytype`.`name` FROM `primarypropertytypes` AS `Primarypropertytype` WHERE 1 = 1 ORDER BY `id` ASC 13 13 2
11 SELECT `Primarypropertytype`.`id`, `Primarypropertytype`.`name` FROM `primarypropertytypes` AS `Primarypropertytype` WHERE 1 = 1 ORDER BY `id` ASC 13 13 2
(legitnew) 0 query took ms
Nr Query Error Affected Num. rows Took (ms)